This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Using of SOAP and/or Web Service Costumers via LotusScript
Feedback Type: Suggestion
Product Area: Domino Server
Technical Area: Functionality
Platform: Windows 2003 server
Release: 8.5.1
Reproducible: Always
Dear All,
i wish to use a web service costumers.
Before the Domino 8.5.1 with my server 7.0.x i used call my WebService with the following LotusScript instructions in web Agent:
Set Serializer = CreateObject("MSSOAP.SoapSerializer30")
Set Connector = CreateObject("MSSOAP.HttpConnector30")
Set SOAPReader = CreateObject("MSSOAP.SoapReader30")
...
...
and the i call my webservice with method:
SOAPReader.Load Connector.OutputStream
with my actual domino 8.5.1 server the CreateObject instruction reaise the error:
Cannot create automation object
Server administrators tell me that there are some problems with Windows 2003 64bit with MSSOAP client 3.0 toolkit 32bit... than in necessary to use a "integrated LN 8.5.1 SOAP client" (?????).
I think that the other solutions to call my WebService via LotusScript Agent (as do it correctly with 7.0.x server) is to use Web Service Consumer.
What is the correct way to use this web service consumer ? so far i have only import my web service (provider) WSDL in a web service consumer that i called "testWSC". What do I do next?
Feedback number WEBB82KCR6 created by ~Paul Zekfreestergon on 02/11/2010
Status: Open
Comments: